Configurates
C1.Web.Mvc.Finance.MacdBase<T>.SlowPeriod. Sets the slow exponential moving average period for the MACD line.
Syntax
'Declaration
Public Function SlowPeriod( _
ByVal As Double _
) As
public SlowPeriod(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also